Click or drag to resize

MailboxQuery Constructor (String, MailboxSearchScope)

Initializes a new instance of the MailboxQuery class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public MailboxQuery(
	string query,
	MailboxSearchScope mailboxSearchScope
)

Parameters

query
Type: SystemString
The query.
mailboxSearchScope
Type: Independentsoft.ExchangeMailboxSearchScope
The mailbox search scope.
See Also